FuzzyNegation
public struct FuzzyNegation<Input> : FuzzyProposition
Undocumented
-
Undocumented
Declaration
Swift
public let function: (Input, OperationSettings) -> Grade
-
Undocumented
Declaration
Swift
public init<F>(_ statement: F) where Input == F.Input, F : FuzzyProposition
-
Undocumented
Declaration
Swift
public func apply(_ value: Input, settings: OperationSettings = .init()) -> Grade